home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / share / internet / death / _SETUP.1 / Nuke'eM.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-06-05  |  1KB  |  47 lines

  1. object Form3: TForm3
  2.   Left = 294
  3.   Top = 261
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Help'
  7.   ClientHeight = 225
  8.   ClientWidth = 425
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object HelpMemo: TMemo
  17.     Left = 16
  18.     Top = 16
  19.     Width = 393
  20.     Height = 193
  21.     Lines.Strings = (
  22.       'Nuking single Hosts/IP-Addresses:'
  23.       '- Enter the address in the Address-field at the top. '
  24.       '- Press the Execute-button to start the nuking process. '
  25.       ''
  26.       'Nuking multiple Hosts/IP-Addresses:'
  27.       '- Adding Hosts/IP-Addresses:'
  28.       
  29.         '  - Enter the address in the Address-field and press the Add-but' +
  30.         'ton. '
  31.       '- Removing Hosts/IP-Addresses:      '
  32.       
  33.         '  - Select the address you which to remove and press the Remove-' +
  34.         'Button'
  35.       '- Press the Execute-button to start the nuking process.'
  36.       ''
  37.       'Note:'
  38.       
  39.         '- If you have selected multiple Hosts/IP-Addresses it is not pos' +
  40.         'sible to nuke'
  41.       '  a single Host/IP-Address.'
  42.       '')
  43.     ReadOnly = True
  44.     TabOrder = 0
  45.   end
  46. end
  47.